* xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
authorNick Roberts <nickrob@snap.net.nz>
Sat, 28 Jul 2007 01:12:44 +0000 (01:12 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Sat, 28 Jul 2007 01:12:44 +0000 (01:12 +0000)
remote default-directory.

* buffer.c (mode-line-format): Update doc string.

src/xdisp.c

index 41105456d950974693c0fab9def4bfc1348280d4..14a55720877c1ff687d1dc5f12366aee9e8016fd 100644 (file)
@@ -17994,7 +17994,7 @@ decode_mode_spec (w, c, field_width, precision, multibyte)
 #endif
       break;
 
-    case 'R':
+    case '@':
       {
        Lisp_Object val;
        val = call1 (intern ("file-remote-p"), current_buffer->directory);